home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- repeat with channel = 1 to 48
- set the visible of sprite channel to 1
- end repeat
- repeat with channel = 26 to 33
- set the visible of sprite channel to 0
- end repeat
- if rollOver(26) then
- set the visible of sprite 26 to 1
- end if
- if rollOver(27) then
- set the visible of sprite 27 to 1
- end if
- if rollOver(29) then
- set the visible of sprite 29 to 1
- end if
- if rollOver(30) then
- set the visible of sprite 30 to 1
- end if
- if rollOver(31) then
- set the visible of sprite 31 to 1
- end if
- if rollOver(32) then
- set the visible of sprite 32 to 1
- end if
- if rollOver(33) then
- set the visible of sprite 33 to 1
- else
- nothing()
- end if
- end
-
- on exitFrame
- go(marker(0))
- end
-